vendor/golang.org/x/text/unicode/bidi.bracketPairer.codesIsolatedRun (field)
8 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L79: codesIsolatedRun: s.types,
bracket.go#L117: codesIsolatedRun []Class // directional bidi codes for an isolated run
bracket.go#L141: if pairTypes[index] == bpNone || p.codesIsolatedRun[i] != ON {
bracket.go#L234: switch p.codesIsolatedRun[index] {
bracket.go#L310: p.codesIsolatedRun[loc.opener] = dirPair
bracket.go#L311: p.codesIsolatedRun[loc.closer] = dirPair
bracket.go#L318: p.codesIsolatedRun[i] = dirPair
bracket.go#L326: p.codesIsolatedRun[i] = dirPair
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |